home *** CD-ROM | disk | FTP | other *** search
/ Windows News 1997 February / Windows News CD #1 - Fev 97.iso / edicorp / install.inf < prev    next >
Encoding:
INI File  |  1997-01-22  |  4.4 KB  |  119 lines

  1. ;******************************************************************************
  2. ; install.inf - sample setup information file for Pipeline installation program
  3. ;******************************************************************************
  4.  
  5. ;******************************************************************************
  6. ; Application Section - describes stuff about the application
  7. ;    AppName=a description of the product we are installing
  8. ;    DefDir=the default installation drive/directory
  9. ;    SpaceNeeded=the estimated number of kilobytes we require
  10. ;    DefPMGroup=program manager group file name and group title
  11. ;    International=yes/no - if set to yes, "Country" will automatically
  12. ;           default to "Other"
  13. ;    Logo=logo file to be displayed
  14. ;    * temporary
  15. ;     TextRed=128    color values to use in "available space" meters
  16. ;     TextGreen=128
  17. ;     TextBlue=128
  18. ;     BGRed=192
  19. ;     BGGreen=192
  20. ;     BGBlue=0
  21. ;******************************************************************************
  22. [Application]
  23. AppName=Sidekick for Windows
  24. DefDir=C:\SKW2
  25. SpaceNeeded=3000
  26. DefPMGroup=sidekck2.grp,Sidekick for Windows 2.0
  27. International=no
  28. SkipRegister=no
  29. SkipQuickTour=yes
  30.  
  31. ;******************************************************************************
  32. ; Disks Section - describe each diskette in the install set
  33. ;  #=printed label on diskette
  34. ;******************************************************************************
  35. [Disks]
  36. 1=Sidekick Disk #1
  37.  
  38. ;******************************************************************************
  39. ; Dirs Section - describe each directory we'll install into
  40. ;     #=directory name
  41. ;     use . for home directory (user specified)
  42. ;         .\dirname for sub-directories within the home directory
  43. ;******************************************************************************
  44. [Dirs]
  45. 1=.
  46. 2=.\DATA
  47. 3=.\SAMPLES
  48. 4=.\USERDATA
  49.  
  50. ;******************************************************************************
  51. ; Files Section - describe each file to be installed
  52. ;     Description,FileName,Directory#,Diskette#,Compressed?[,expandname]
  53. ;     For now, files should be entered in diskette# order (might sort later).
  54. ;******************************************************************************
  55. [Files]
  56. Program Files 1,EXE.PAK,   1,1,Y,
  57. Program Files 2,EXE2.PAK,   1,1,Y,
  58. Program Files 3,EXE3.PAK,   1,1,Y,
  59. ;Program Files 4,EXPCAL.PAK, 1,1,Y,
  60. DLLS 1,DLL.PAK,   1,1,Y,
  61. DLLS 2,DLL2.PAK,   1,1,Y,
  62. Help Files,HELP.PAK,   1,1,Y,
  63. Readme File,README.TXT,1,1,N,
  64. Packgo Files,PACKGO.PAK,   1,1,Y,
  65. Font Files,SKWFONTS.PAK,1,1,Y,
  66. Registration Files 1,REG.PAK,1,1,Y,
  67. Registration Files 2,REG3.PAK,1,1,Y,
  68. Printing Files,PRINTING.PAK,2,1,Y,
  69. Text Files,DATA.PAK,2,1,Y,
  70. Sample Files,SAMPLES.PAK,3,1,Y,
  71. User_data Files,USERDATA.PAK,4,1,Y,
  72.  
  73. ; Note Files,NOTES.PAK,2,1,Y,
  74. ; Button Files,BUTTONS.PAK,2,1,Y,
  75. ; Report Files,REPORT.PAK,3,1,Y,
  76.  
  77. ;******************************************************************************
  78. ; PM Info Section - describe each item to be installed into the PM group
  79. ;     CommandLine,Description[,IconFile,Icon#]
  80. ;******************************************************************************
  81. [PM Info]
  82. $(home)\SIDEKICK.EXE,Sidekick
  83. $(home)\QUIKMENU.EXE,Quick Menu
  84. $(home)\IMPORT.EXE,Import Cardfile
  85. $(home)\EXPORT.EXE,Export Cardfile
  86. ; $(home)\EXPCAL.EXE,Export Calendar
  87. $(home)\SKPACKGO.EXE,Backup & Restore 
  88. $(home)\README.TXT,Sidekick Readme File
  89. $(home)\REGISTER.EXE,Automatic Registration
  90.  
  91. ;******************************************************************************
  92. ; Ini Section - describe each item to be created in the products INI file
  93. ;     Section,Item,Value
  94. ;
  95. ;     Macros:
  96. ;        $(home) = base install directory
  97. ;        $(username)
  98. ;        $(company)
  99. ;        $(initials)
  100. ;******************************************************************************
  101.  
  102. [Ini]
  103. ;INI should be in Windows directory
  104. Name=sidekick.ini
  105. 1=SIDEKICK,DATA,$(home)\DATA
  106. 2=Calendar\Task,DefUserName,$(home)\USERDATA\$(initials)
  107. 3=UserName,User,$(UserName)
  108. 4=UserName,Company,$(company)
  109. 5=Cardfile,default_cardfile,$(home)\USERDATA\business.sdb
  110. 6=Note,DefNoteFile,$(home)\USERDATA\sidekick
  111. 7=Preference,ButtonBar,4
  112. 8=Preference,IconBar,40
  113. 9=Dial,Modem,com2,2,T
  114.  
  115. ;******************************************************************************
  116. ; End Section - nothing here, just indicates end of information
  117. ;******************************************************************************
  118. [End]
  119.